home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: rothpn@usa.pipeline.com
- Newsgroups: comp.lang.c++
- Subject: [Q] Exceeding Code Segment size with TC++ 4.5 ?
- Date: 6 Jan 1996 15:48:56 GMT
- Organization: Engineering Objects International
- Message-ID: <4cm5l8$ga3@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe3.h1.usa.pipeline.com
- X-PipeUser: rothpn
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Peter N Roth)
- X-Newsreader: Pipeline USA v3.4.0
-
- I added a member function to my matrix class that uses a
- vector<double> and three vector<int>s, all from the STL.
-
- Generation of the .exe file halts before completion because the
- code segment size (64K = "the industry standard", says the dox)
- has been exceeded.
-
- I am unable to locate any documentation that tells me how to control
- this (?) [other than going to a 32- or 64-bit system].
-
- Would a kind soul please point me in the direction of reference material?
- Or maybe flat out _tell_ me.
-
- --
- Grace + Peace
- Peter N Roth
- Engineering Objects International rothpn@usa.pipeline.com
- Engineering and Scientific Software: Delphi C++ f77 --> C++
- On-Site Andragogy for Beginning and Experienced Programmers
-